IntelliJ Idea取消Could not autowire. No beans of 'xxxx' type found的错误提示 发表于 2017-10-28 更新于 2018-07-28 分类于 开发工具 阅读次数: 遇到的问题: 在IntelliJ Idea使用Spring的@Autowired,有的时候遇到“Could not autowire. No beans of ‘xxxx’ type found”的标红提示。但是在程序的编译和运行时候都没有出现这个问题。 解决: 在出现该问题的地方加上@SuppressWarnings("SpringJavaAutowiringInspection")注解